home *** CD-ROM | disk | FTP | other *** search
- Path: news.tuwien.ac.at!news
- From: Steffen Jakob <yobes@infosys.tuwien.ac.at>
- Newsgroups: comp.lang.c++
- Subject: [Q]: warning, debug, error streams
- Date: Thu, 15 Feb 1996 15:41:09 +0100
- Organization: Vienna University of Technology; Distributed Systems Department
- Message-ID: <31234605.1CFBAE39@infosys.tuwien.ac.at>
- NNTP-Posting-Host: w0.infosys.tuwien.ac.at
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (X11; I; SunOS 4.1.3_U1 sun4c)
-
- Dear C++ers!
-
- I am looking for some
- - warning
- - debug
- - error
- streams, which I want to use in a compiler.
-
- There should be a possibility to turn them on and off. Another thing is that I would like to be able to
- assign some debug level:
-
- debug.level(3) << "begin of ..." << ....
-
- The output should only be displayed when the level is >= 3
-
- csh> mycompiler -debug 3 afile
-
- Are there any streams like this available (I know that it is not difficult to write them)?
-
- Best wishes and thanx in advance,
- Steffen.
- --
- e-mail : yobes@infosys.tuwien.ac.at __| \ / |__
- real life : Steffen A. Jakob __\o \o | o/ o/__
- {irc,fics} : Atan /) | ( \ /o\ / ) | (\
- www : http://www.infosys.tuwien.ac.at/Staff/sj/
-